home *** CD-ROM | disk | FTP | other *** search
- package BlockBreaker;
-
- // $FF: renamed from: BlockBreaker.I
- class class_0 extends D {
- // $FF: renamed from: I int
- public int field_0;
- // $FF: renamed from: Z int
- public int field_1;
- // $FF: renamed from: C byte
- public byte field_2;
- // $FF: renamed from: B byte
- public byte field_3;
- // $FF: renamed from: D byte
- public byte field_4;
- // $FF: renamed from: F byte
- public byte field_5;
- // $FF: renamed from: J byte
- public byte field_6;
- // $FF: renamed from: S int
- public int field_7;
- // $FF: renamed from: A int
- public int field_8;
- // $FF: renamed from: E int
- public int field_9;
-
- // $FF: renamed from: I () int
- public final int method_0() {
- return this.field_0;
- }
-
- // $FF: renamed from: Z () int
- public final int method_1() {
- return this.field_0 + 5;
- }
-
- // $FF: renamed from: C () int
- public final int method_2() {
- return this.field_1;
- }
-
- // $FF: renamed from: B () int
- public final int method_3() {
- return this.field_1 + 5;
- }
- }
-